home *** CD-ROM | disk | FTP | other *** search
- inherited frmDDECommand: TfrmDDECommand
- Left = 395
- Top = 95
- HelpContext = 18
- Caption = 'DDE Command'
- OldCreateOrder = True
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- inherited pnlTop: TPanel
- inherited lblCommandName: TLabel
- Caption = 'DDE Command'
- end
- inherited lblActionDesc: TLabel
- Left = 396
- Top = 16
- Height = 57
- end
- inherited memActionDesc: TMemo
- Lines.Strings = (
-
- 'Sends commands to any DDE-enabled application on your system. I' +
- 'f the '
-
- 'application is not running, AutoMate will attempt to start it be' +
- 'fore issuing the DDE '
-
- 'command. Consult the documentation of your target app for its a' +
- 'vailable DDE '
- 'commands.')
- end
- end
- inherited pnlCenter: TPanel
- inherited pgcControlPage: TPageControl
- inherited tbsAM5Main: TTabSheet
- object Label1: TLabel
- Left = 10
- Top = 57
- Width = 193
- Height = 13
- AutoSize = False
- Caption = '&Application:'
- FocusControl = edtApplication
- end
- object Label2: TLabel
- Left = 238
- Top = 106
- Width = 200
- Height = 13
- AutoSize = False
- Caption = '&Item:'
- Enabled = False
- FocusControl = edtItem
- end
- object Label3: TLabel
- Left = 238
- Top = 57
- Width = 177
- Height = 13
- AutoSize = False
- Caption = '&Topic:'
- FocusControl = edtTopic
- end
- object Label4: TLabel
- Left = 238
- Top = 155
- Width = 141
- Height = 13
- AutoSize = False
- Caption = 'Populate &variable with result:'
- Enabled = False
- FocusControl = edtVariable
- end
- object Label5: TLabel
- Left = 8
- Top = 106
- Width = 201
- Height = 13
- AutoSize = False
- Caption = '&Command:'
- FocusControl = edtCommand
- end
- object Label7: TLabel
- Left = 8
- Top = 155
- Width = 149
- Height = 13
- AutoSize = False
- Caption = '&Data:'
- Enabled = False
- FocusControl = edtData
- end
- object edtApplication: TEdit
- Left = 10
- Top = 73
- Width = 220
- Height = 21
- TabOrder = 1
- end
- object edtItem: TEdit
- Left = 238
- Top = 122
- Width = 221
- Height = 21
- Color = clBtnFace
- Enabled = False
- TabOrder = 4
- end
- object edtTopic: TEdit
- Left = 238
- Top = 73
- Width = 221
- Height = 21
- TabOrder = 2
- end
- object edtVariable: TAM5VarListComboBox
- Left = 238
- Top = 171
- Width = 204
- Height = 21
- Color = clBtnFace
- Enabled = False
- ItemHeight = 13
- TabOrder = 6
- end
- object edtCommand: TEdit
- Left = 8
- Top = 122
- Width = 220
- Height = 21
- TabOrder = 3
- end
- object edtData: TEdit
- Left = 8
- Top = 171
- Width = 220
- Height = 21
- Color = clBtnFace
- Enabled = False
- TabOrder = 5
- end
- object grpAction: TGroupBox
- Left = 8
- Top = 2
- Width = 453
- Height = 43
- Caption = 'Action'
- TabOrder = 0
- object rbExecute: TRadioButton
- Left = 22
- Top = 17
- Width = 100
- Height = 17
- Caption = 'E&xecute'
- Checked = True
- TabOrder = 0
- TabStop = True
- OnClick = rbExecuteClick
- end
- object rbPoke: TRadioButton
- Left = 189
- Top = 16
- Width = 100
- Height = 17
- Caption = '&Poke'
- TabOrder = 1
- OnClick = rbExecuteClick
- end
- object rbRequest: TRadioButton
- Left = 337
- Top = 15
- Width = 100
- Height = 17
- Caption = '&Request'
- TabOrder = 2
- OnClick = rbExecuteClick
- end
- end
- end
- end
- end
- inherited taclKeyboardTrap: TActionList
- Left = 200
- end
- inherited dxSIBarManager: TdxBarManager
- Categories.ItemsVisibles = (
- 2)
- Categories.Visibles = (
- True)
- PopupMenuLinks = <
- item
- Control = lsvAM5Errors
- PopupMenu = dxCheckPopup
- end>
- DockControlHeights = (
- 0
- 0
- 0
- 0)
- end
- inherited dxCheckPopup: TdxBarPopupMenu
- ItemLinks = <
- item
- Item = itmCheckAllErrors
- UserGlyph.Data = {00000000}
- Visible = True
- end
- item
- Item = itmCheckNoErrors
- UserGlyph.Data = {00000000}
- Visible = True
- end>
- end
- inherited IvTranslator1: TIvTranslator
- Left = 232
- end
- end
-